#define BAUD_CONVERT { 0, 110, 134, 150, 300, 600, 1200, 1800, 2400, \
4800, 9600, 19200, 38400 }
-/*
- * Define HAVE_GETTIMEOFDAY if gettimeofday() system call is available.
- */
-
-#define HAVE_GETTIMEOFDAY
-
/*
* Define NLIST_STRUCT if the system has nlist.h
*/
/* If using Roell's X server, define X11R4 */
#ifdef X11R4 /* Roell's X server */
-#define HAVE_GETTIMEOFDAY /* Thomas Roell's X11R4 lib defines gettimeofday */
#define select sys_select /* Emacs select() not good enough? */
#undef LIBX11_SYSTEM
#define LIBX11_SYSTEM -lpt
/* Some additional system facilities exist. */
-#define HAVE_GETTIMEOFDAY
-
#define HAVE_VFORK
#define HAVE_PERROR /* Delete this line for version 6. */